Parse Website
Parse API Endpoints
Parse Website
Crawl websites and parse content based on the provided URLs and crawl settings.
POST
Parse Website
Documentation Index
Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
List of website URLs to crawl
Example:
["string"]Data source identifier
Example:
"website"
Maximum number of pages to crawl
Example:
1
Maximum crawl depth
Example:
0
Time to wait for dynamic content to load (in seconds)
Example:
5
Apify actor used for crawling
Example:
"apify/website-content-crawler"
Type of crawler used
Example:
"cheerio"
Size of the chunks for text splitting
Example:
1000
Overlap between consecutive text chunks
Example:
100
Response
Website successfully parsed and documents returned
List of parsed documents
Example:
[]